@font-face {
  font-family: 'Noe_Display_Medium';
  src: url(../fonts/Noe_Display_Medium.ttf) format('truetype'), url(../fonts/Noe_Display_Medium.eot) format('eot'), url(../fonts/Noe_Display_Medium.woff) format('woff'), url(../fonts/Noe_Display_Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
.container {
  width: 1340px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 99100px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  position: relative;
  padding: 0 5% 0 12%;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #ffffff;
  font-size: 18px;
}
#header .nav .language-choose {
  position: relative;
  margin-left:20px;
  height: 100px;
  line-height: 100px;
}
#header .nav .language-choose span {
  height: 100px;
  font-size: 20px;
  display: block;
  cursor: pointer;
  background: url("../images/world.png") no-repeat left center;
  color: #ffffff;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #bf0505;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #222;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 100px;
  height: 100px;
  position: relative;
  padding-right: 20px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 25px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 20px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #bf0505;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .tit img {
  display: block;
  margin: 0 auto;
}
#index-body .tit h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 5px 0;
}
#index-body .tit p {
  font-size: 16px;
  text-align: center;
  font-family: poppins-regular;
}
#index-body a.more {
  display: block;
  width: 200px;
  height: 64px;
  margin-top: 30px;
  line-height: 64px;
  background: #da251c;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
#index-body .i-classification {
  padding: 45px 0;
}
#index-body .i-classification .cat-list {
  padding: 0 1%;
  margin-top: 30px;
  position: relative;
}
#index-body .i-classification .cat-list .icon {
  width: 39px;
  height: 53px;
  background: url(../images/left.png) no-repeat center;
  position: absolute;
  left: 55%;
  bottom: 10%;
  z-index: 8;
  cursor: pointer;
}
#index-body .i-classification .cat-list .right {
  background: url(../images/right.png) no-repeat center;
  left: 58%;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column {
  width: 49.5%;
  margin-right: 1%;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(1) ul li {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(1) ul li:nth-child(2n) {
  margin-right: 0;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(1) ul li p {
  font-size: 16px;
  background: #efefef;
  padding: 14px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(1) ul li:hover p {
  background: #dd1313;
  color: #fff;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) {
  margin-right: 0;
  min-height: 30px;
  background: url(../images/column2_03.jpg) no-repeat center;
  position: relative;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list {
  position: absolute;
  width: 48%;
  left: 12%;
  top: 18%;
  z-index: 8;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list div span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 6px 0;
  padding-left: 30px;
  position: relative;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list div span:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #da251c;
  left: 0;
  top: 18px;
}
#index-body .i-product {
  padding: 30px 0 50px;
}
#index-body .i-product .pro-list {
  padding: 20px 0 30px;
  position: relative;
}
#index-body .i-product .pro-list .icon {
  width: 45px;
  height: 45px;
  background: url(../images/l.png) no-repeat center;
  left: -60px;
  top: 45%;
  position: absolute;
  cursor: pointer;
}
#index-body .i-product .pro-list .right {
  left: auto;
  right: -60px;
  background: url(../images/r.png) no-repeat center;
}
#index-body .i-product .pro-list .swiper-wrapper {
  padding-bottom: 10px;
  padding-top: 50px;
}
#index-body .i-product .pro-list .swiper-slide {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .pro-list .swiper-slide .img-box p {
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 8;
  text-transform: capitalize;
}
#index-body .i-product .pro-list .swiper-slide:hover {
  transform: translate(0, -30px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-product a.more {
  margin: 30px auto 20px;
}
#index-body .i-about .column:nth-child(1) {
  padding: 3% 3% 3% 8%;
}
#index-body .i-about .column:nth-child(1) h2 {
  font-size: 90px;
  color: #f7f7f7;
  text-transform: uppercase;
}
#index-body .i-about .column:nth-child(1) h3 {
  color: #dd1313;
  font-size: 44px;
  text-transform: uppercase;
  margin-top: -50px;
}
#index-body .i-about .column:nth-child(1) p {
  font-size: 18px;
  line-height: 30px;
}
#index-body .i-about .column:nth-child(1) .grid-box {
  padding: 60px 0;
}
#index-body .i-about .column:nth-child(1) .grid-box .column {
  padding: 0;
}
#index-body .i-about .column:nth-child(1) .grid-box .column .circle {
  width: 125px;
  height: 125px;
  border: 1px solid #dd1313;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-top: 30px;
  margin: 0 auto;
}
#index-body .i-about .column:nth-child(1) .grid-box .column .circle h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#index-body .i-about .column:nth-child(1) .grid-box .column .circle h5 {
  font-size: 18px;
  text-align: center;
}
#index-body .i-about .column:nth-child(1) .grid-box .column p {
  text-align: center;
  margin-top: 20px;
}
#index-body .i-news {
  padding-top: 40px;
  padding-bottom: 100px;
}
#index-body .i-news .news-list {
  margin-top: 50px;
}
#index-body .i-news .news-list .swiper-wrapper {
  padding-bottom: 10px;
}
#index-body .i-news .news-list .swiper-slide .text {
  padding: 20px;
  padding-top: 0;
  position: relative;
  z-index: 8;
  border: 1px solid #d5d5d5;
  padding-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  border-top: none;
}
#index-body .i-news .news-list .swiper-slide .text h2 {
  color: #282828;
  font-size: 18px;
  padding: 10px 0;
}
#index-body .i-news .news-list .swiper-slide .text time {
  color: #616161;
  padding-left: 30px;
  background: url(../images/time.png) no-repeat left center;
}
#index-body .i-news .news-list .swiper-slide .text p {
  font-size: 16px;
  padding-top: 10px;
  color: #9b9b9b;
  font-family: poppins-regular;
}
#index-body .i-news .news-list .swiper-pagination {
  bottom: -50px;
}
#index-body .i-news .news-list .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #bfbfbf;
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-news .news-list .swiper-pagination-bullet-active {
  background: #dd1313;
}
.h-message {
  padding: 28px 0;
  background: #dd1313;
}
.h-message .grid-box .column p {
  font-size: 26px;
  color: #fff;
  padding: 30px 0;
  padding-left: 80px;
  background: url(../images/pen.png) no-repeat left center;
}
.h-message .grid-box .column:nth-child(2) {
  padding-top: 30px;
}
.h-message .grid-box .column:nth-child(2) ul li {
  width: 24%;
  margin-right: 1%;
  float: left;
}
.h-message .grid-box .column:nth-child(2) ul li input {
  width: 100%;
  background: #fff;
  border: none;
  padding: 13px;
  font-size: 16px;
  font-family: poppins-regular;
}
.h-message .grid-box .column:nth-child(2) ul li input[type="submit"] {
  background: #291a1a;
  color: #fff;
}
.h-message .grid-box .column:nth-child(2) ul li textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 13px;
  font-size: 16px;
  font-family: poppins-regular;
  height: 50px;
}
#footer a:hover {
  color: #dd1313 !important;
}
#footer .footer-top {
  background: #151515;
  padding: 60px 0;
}
#footer .footer-top .column {
  width: 20%;
}
#footer .footer-top .i-company {
  padding-right: 5%;
  width: 30%;
}
#footer .footer-top .i-company img {
  display: block;
  margin: 0 auto;
}
#footer .footer-top .i-company p {
  margin-top: 20px;
  line-height: 32px;
}
#footer .footer-top .i-contact {
  width: 30%;
}
#footer .footer-top .i-qr img {
  width: 160px;
}
#footer .footer-top .i-qr p {
  text-align: center;
  font-family: poppins-regular;
  font-size: 16px;
}
#footer .footer-top h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
#footer .footer-top h2:after {
  content: '';
  position: absolute;
  background: #dd1313;
  width: 60px;
  height: 1px;
  left: 0;
  bottom: 0;
}
#footer .footer-top p {
  color: #d5d5d5;
  font-size: 16px;
  font-family: poppins-regular;
}
#footer .footer-top ul li {
  line-height: 32px;
  padding: 3px 0;
  font-size: 16px;
  font-family: poppins-regular;
  color: #d5d5d5;
}
#footer .footer-top .i-contact ul li {
  padding-left: 35px;
  background: url(../images/add.png) no-repeat left 8px;
}
#footer .footer-top .i-contact ul li:nth-child(2) {
  background: url(../images/tel.png) no-repeat left 8px;
}
#footer .footer-top .i-contact ul li:nth-child(3) {
  background: url(../images/phone.png) no-repeat left 8px;
}
#footer .footer-top .i-contact ul li:nth-child(4) {
  background: url(../images/fax.png) no-repeat left 12px;
}
#footer .footer-top .i-contact ul li:nth-child(5) {
  background: url(../images/mail.png) no-repeat left 12px;
}
#footer .footer-bottom {
  background: #000000;
}
#footer .footer-bottom p {
  color: #a3a3a3;
  font-size: 14px;
  padding: 20px 0;
  font-family: poppins-regular;
  line-height: 30px;
}
#footer .footer-bottom .icon .fa {
  color: #000000;
  font-size: 16px;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #cccccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#footer .footer-bottom .icon .fa:hover {
  background: #b10f0f;
}
@media screen and (max-width: 1552px) {
  #header .nav .menu-box .menu > li {
    margin: 0 12px;
  }
  #header .nav .menu-box .menu > li > a,
  #header .nav .language-choose span {
    font-size: 18px;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #index-body .i-about .column:nth-child(1) .grid-box .column .circle h4 {
    font-size: 20px;
  }
  #index-body .i-about .column:nth-child(1) h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1340px) {
  .container {
    width: 1230px;
  }
  #index-body .tit h2 {
    font-size: 25px;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(1) ul li p {
    font-size: 14px;
    padding: 12px;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list ul li {
    font-size: 18px;
  }
  #index-body .i-about .column:nth-child(1) h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1300px) {
  #header .nav .menu-box .menu > li > a,
  #header .nav .language-choose span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #footer .footer-top h2 {
    font-size: 20px;
  }
  #index-body .i-classification .cat-list .right {
    left: 62%;
  }
  #index-body .i-about .column:nth-child(1) .grid-box .column .circle {
    width: 94px;
    height: 94px;
    padding-top: 15px;
  }
  #index-body .i-about .column:nth-child(1) p {
    font-size: 15px;
    line-height: 28px;
  }
  .h-message .grid-box.two > .column {
    width: 100%;
  }
  #footer .footer-top p,
  #footer .footer-top ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list {
    width: 80%;
    left: 6%;
    top: 0%;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list ul li {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list ul li:after {
    width: 11px;
    height: 11px;
    left: 0;
    top: 9px;
  }
  #index-body a.more {
    width: 160px;
    height: 46px;
    margin-top: 15px;
    line-height: 46px;
    font-size: 14px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  .i-about .grid-box.two > .column {
    width: 100%;
  }
  #index-body .i-news {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #index-body .tit h2 {
    font-size: 18px;
  }
  #index-body .i-classification {
    padding: 30px 0;
  }
  #index-body .tit p {
    font-size: 14px;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column {
    width: 100%;
  }
  #index-body .i-classification .cat-list .icon {
    left: 8%;
    bottom: 4%;
  }
  #index-body .i-classification .cat-list .right {
    left: 20%;
  }
  #index-body .i-product {
    padding: 10px 0;
  }
  #index-body .i-about .column:nth-child(1) {
    padding: 0% 3% 3% 3%;
  }
  #index-body .i-about .column:nth-child(1) h3 {
    font-size: 20px;
  }
  #index-body .i-about .column:nth-child(1) .grid-box {
    padding: 30px 0;
  }
  #index-body .i-about .column:nth-child(1) .grid-box .column {
    padding: 0;
    width: 50%;
    margin-bottom: 30px;
  }
  #index-body .i-about .column:nth-child(1) .grid-box .column p {
    margin-top: 8px;
  }
  #index-body .i-about .column:nth-child(1) .grid-box .column .circle h4 {
    font-size: 16px;
  }
  #index-body .i-news .news-list .swiper-slide .text h2 {
    color: #282828;
    font-size: 14px;
  }
  #index-body .i-news .news-list .swiper-slide .text p {
    font-size: 14px;
    padding-top: 10px;
  }
  .h-message .grid-box .column p {
    font-size: 16px;
  }
  .h-message .grid-box .column:nth-child(2) ul li {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 20px 0;
  }
  #footer .footer-top .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-top .i-company {
    padding-right: 0;
  }
  #footer .footer-top .i-qr {
    display: none;
  }
  #footer .footer-top h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  #footer .footer-top ul li {
    line-height: 28px;
  }
  #footer .footer-bottom p {
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  #index-body .i-product .pro-list .swiper-slide .img-box p {
    font-size: 14px;
  }
  #index-body .i-product .pro-list .swiper-wrapper {
    padding-top: 10px;
  }
}

.banner-list{
    position:relative;
}
.banner-list .icon{
    width: 48px;
    height: 73px;
    background: url(../images/left_arrow1.png) no-repeat center;
    position: absolute;
    left: 0;
    top:45%;
    z-index: 8;
    cursor: pointer;
}
.banner-list .right{
    background: url(../images/r_arrow.png) no-repeat center;
    left:auto;
    right:0;
}
.banner-list .swiper-pagination{
    bottom:10% !important;
}
.banner-list .swiper-pagination-bullet{
    width:27px !important;
    height:27px !important;opacity: 1;
    background:url(../images/pointer.png) no-repeat center;
}
.banner-list .swiper-pagination-bullet-active{
    background:url(../images/pointer-h.png) no-repeat center;
}

.inner-banner {
  height: 430px;
  position: relative;
}
.inner-banner .inner {
  padding: 0 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.inner-banner .inner h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner-banner .inner h2 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner-banner .inner .bread {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
.inner-banner .inner .bread a:hover {
  color: #e72311;
}
.inner-about .inner-about-1 {
  padding: 7% 0 6%;
}
.inner-about .inner-about-1 .container {
  max-width: 1400px;
}
.inner-about .inner-about-1 .container h2 {
  font-size: 36px;
  color: #e72311;
}
.inner-about .inner-about-1 .container .intro {
  font-size: 16px;
  line-height: 28px;
  color: #8d8d8d;
  margin: 10px 0 50px;
}
.inner-about .inner-about-1 .container > img {
  width: 100%;
}
.inner-about .inner-about-1 .container h3 {
  font-size: 30px;
  color: #191919;
  margin: 70px 0 10px;
  text-align: center;
}
.inner-about .inner-about-1 .container .intro2 {
  max-width: 940px;
  margin: 0 auto 90px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #8d8d8d;
}
.inner-about .inner-about-1 .container .list .grid-box {
  margin: -15px 0;
}
.inner-about .inner-about-1 .container .list .grid-box .column {
  text-align: center;
  padding: 15px 45px;
}
.inner-about .inner-about-1 .container .list .grid-box .column img {
  width: 80px;
}
.inner-about .inner-about-1 .container .list .grid-box .column p {
  font-size: 18px;
  line-height: 28px;
  color: #2d2c2c;
  margin-top: 25px;
}
.inner-about .inner-about-2 .column {
  height: 585px;
}
.inner-about .inner-about-2 .left {
  background: #c51a0b;
  padding: 5% 0 0 0;
  text-align: right;
}
.inner-about .inner-about-2 .left .inner {
  display: inline-block;
  max-width: 715px;
  width: 100%;
  text-align: left;
  padding: 0 15px;
}
.inner-about .inner-about-2 .left .inner h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.inner-about .inner-about-2 .left .inner ul li {
  font-size: 16px;
  color: #f2ccc8;
  margin-bottom: 20px;
}
.inner-about .inner-about-2 .left .inner ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-2 .right {
  padding: 7% 0 0 0;
}
.inner-about .inner-about-2 .right .inner {
  max-width: 715px;
  width: 100%;
  padding: 0 15px 0 50px;
}
.inner-about .inner-about-2 .right .inner h2 {
  font-size: 30px;
  color: #e72311;
  margin-bottom: 40px;
}
.inner-about .inner-about-2 .right .inner ul li {
  font-size: 16px;
  color: #4b4b4b;
  margin-bottom: 20px;
}
.inner-about .inner-about-2 .right .inner ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-2 .content {
  max-width: 1400px;
  margin: -115px auto 0;
  background: #dd4739;
  padding: 4%;
  position: relative;
  text-align: center;
}
.inner-about .inner-about-2 .content h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}
.inner-about .inner-about-2 .content p {
  font-size: 16px;
  line-height: 28px;
  color: #f2ccc8;
}
.inner-about .inner-about-3 {
  padding: 7% 0;
}
.inner-about .inner-about-3 .container {
  max-width: 1400px;
}
.inner-about .inner-about-3 .container .title {
  max-width: 740px;
  margin: 0 auto 50px;
  text-align: center;
}
.inner-about .inner-about-3 .container .title h2 {
  font-size: 30px;
  color: #191919;
  margin-bottom: 15px;
}
.inner-about .inner-about-3 .container .title p {
  font-size: 16px;
  line-height: 28px;
  color: #a5a5a5;
}
.inner-about .inner-about-3 .container .content .left {
  width: 45%;
  margin-top: 80px;
}
.inner-about .inner-about-3 .container .content .left h3 {
  font-size: 24px;
  color: #191919;
  margin-bottom: 30px;
}
.inner-about .inner-about-3 .container .content .left ul li {
  font-size: 16px;
  color: #6c6c6c;
  margin-bottom: 15px;
}
.inner-about .inner-about-3 .container .content .left ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-3 .container .content .right {
  width: 55%;
}
.inner-about .inner-about-3 .container .content .right img {
  width: 100%;
}
.inner-about .inner-about-4 {
  padding: 7% 0 10%;
  background: #f4f4f4;
}
.inner-about .inner-about-4 .container {
  max-width: 1400px;
}
.inner-about .inner-about-4 .container h2 {
  font-size: 30px;
  color: #191919;
  text-align: center;
  margin-bottom: 45px;
}
.inner-about .inner-about-4 .container .list .list-item {
  margin-bottom: 25px;
}
.inner-about .inner-about-4 .container .list .list-item:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-4 .container .list .list-item .q {
  padding: 15px 30px;
  font-size: 18px;
  color: #2e2e2e;
  border: 1px solid #b4b4b4;
  border-radius: 41px;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.inner-about .inner-about-4 .container .list .list-item .q i {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000000;
  transition: .3s;
}
.inner-about .inner-about-4 .container .list .list-item .q:hover,
.inner-about .inner-about-4 .container .list .list-item .q.active {
  background: #e72311;
  color: #fff;
  border-color: #e72311;
}
.inner-about .inner-about-4 .container .list .list-item .q:hover i,
.inner-about .inner-about-4 .container .list .list-item .q.active i {
  color: #fff;
}
.inner-about .inner-about-4 .container .list .list-item .a {
  padding: 35px 40px 10px;
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  display: none;
}
.inner-gallery {
  padding: 7% 0;
}
.inner-gallery .container {
  max-width: 1400px;
}
.inner-gallery .container .pro-topbar {
  margin-bottom: 50px;
}
.inner-gallery .container .promat {
  font-size: 26px;
  font-weight: bold;
    margin-top:-15px;
	color:#e72311;
}
.inner-gallery .container .promat1 {
  line-height: 28px;
  font-size: 14px;
  padding:5px 0 25px;

}
.inner-gallery .container .pro-topbar .nav {
  position: relative;
  user-select: none;
}
.inner-gallery .container .pro-topbar .nav .toggle {
  width: 168px;
  height: 44px;
  background: #e72311;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
}
.inner-gallery .container .pro-topbar .nav .toggle img {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 3px;
}
.inner-gallery .container .pro-topbar .nav .children {
  position: absolute;
  width: 200px;
  left: 0;
  top: 100%;
  background: #333;
  z-index: 99;
  display: none;
  transform: translateY(20px);
  opacity: 0;
  transition: .3s;
}
.inner-gallery .container .pro-topbar .nav .children.active {
  transform: translateY(0);
  opacity: 1;
}
.inner-gallery .container .pro-topbar .nav .children li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 10px 20px;
  transition: .3s;
}
.inner-gallery .container .pro-topbar .nav .children li a:hover {
  background: #e72311;
}
.inner-gallery .container .pro-topbar .nav .children .children2{
  display: none;
  width: 100%;
left:100%;
background: #333;
top:0;
z-index: 8;
position: absolute;
}
.inner-gallery .container .pro-topbar .nav .children li{
  position: relative;
}
.inner-gallery .container .pro-topbar .nav .children li:hover .children2{
display: block;

}
.inner-gallery .container .pro-topbar .search {
  width: 419px;
  height: 44px;
  border: 1px solid #dbdbdb;
  position: relative;
}
.inner-gallery .container .pro-topbar .search input[type="text"] {
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 60px 0 15px;
  font-size: 14px;
  color: #d1d1d1;
}
.inner-gallery .container .pro-topbar .search input[type="text"]::-webkit-input-placeholder {
  color: #d1d1d1;
}
.inner-gallery .container .pro-topbar .search input[type="submit"] {
  width: 55px;
  height: 44px;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #1c1c1c url(../images/pro-search.png) center center no-repeat;
  border: none;
  outline: none;
}
.inner-gallery .container .grid-box {
  margin: -22px;
}
.inner-gallery .container .grid-box .column {
  padding: 22px;
}
.inner-gallery .container .grid-box .column .img-box img {
  width: 100%;
}
.inner-gallery .container .grid-box .column h2 {
  font-size: 20px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-gallery .container .grid-box .column .pro-name {
  text-align: left;
  margin-bottom: 10px;
}
.inner-gallery .container .grid-box .column .prodet-link {
  font-size: 16px;
  color: #e72311;
  margin-top: 10px;
}
.inner-prodet {
  padding: 7% 0;
}
.inner-prodet .container {
  max-width: 1400px;
}
.inner-prodet .container .inner-prodet-1 .img {
  width: 43%;
  float: left;
  box-shadow: 0 0 25px rgba(46, 46, 46, 0.15);
}
.inner-prodet .container .inner-prodet-1 .img img {
  width: 100%;
}
.inner-prodet .container .inner-prodet-1 .intro {
  width: 57%;
  float: right;
  padding: 35px 0 0 6%;
}
.inner-prodet .container .inner-prodet-1 .intro h2 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
}
.inner-prodet .container .inner-prodet-1 .intro h1 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
}
.inner-prodet .container .inner-prodet-1 .intro .star {
  margin: 15px 0 35px;
}
.inner-prodet .container .inner-prodet-1 .intro .details {
  font-size: 16px;
  line-height: 30px;
  color: #5c5c5c;
}
.inner-prodet .container .inner-prodet-2 {
  padding: 7% 0;
}
.inner-prodet .container .inner-prodet-2 h2 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
}
.inner-prodet .container .inner-prodet-2 .details {
  font-size: 16px;
  color: #7c7c7c;
  line-height: 30px;
}
.inner-prodet .container .inner-prodet-3 h2 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 40px;
}
.inner-prodet .container .inner-prodet-3 #pd .swiper-slide .img-box img {
  width: 100%;
}
.inner-prodet .container .inner-prodet-3 #pd .swiper-slide h3 {
  font-size: 20px;
  color: #1f1f1f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 35px 0 10px;
}
.inner-prodet .container .inner-prodet-3 #pd .swiper-slide a {
  font-size: 16px;
  color: #e72311;
  border-bottom: 1px solid #e72311;
}
.inner-service {
  padding: 7% 0;
}
.inner-service .container {
  max-width: 1400px;
}
.inner-service .container .inner-service-1 {
  position: relative;
}
.inner-service .container .inner-service-1 .img {
  width: 67%;
}
.inner-service .container .inner-service-1 .img img {
  width: 100%;
}
.inner-service .container .inner-service-1 .content {
  position: absolute;
  width: 45%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px 20px 0;
}
.inner-service .container .inner-service-1 .content .inner {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 12%;
}
.inner-service .container .inner-service-1 .content .inner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 15px;
}
.inner-service .container .inner-service-1 .content .inner p {
  font-size: 16px;
  line-height: 30px;
  color: #696969;
}
.inner-service .container .inner-service-1 .content:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 0;
  bottom: 0;
  background: #d32010;
  box-shadow: 0 0 25px rgba(46, 46, 46, 0.15);
}
.inner-service .container .inner-service-2 {
  padding-top: 10%;
}
.inner-service .container .inner-service-2 .grid-box {
  margin: -34px;
}
.inner-service .container .inner-service-2 .grid-box .column {
  padding: 34px;
}
.inner-service .container .inner-service-2 .grid-box .column .inner {
  height: 360px;
  border: 1px solid #e1e1e1;
  padding: 12% 10% 0;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
.inner-service .container .inner-service-2 .grid-box .column .inner .icon {
  height: 85px;
}
.inner-service .container .inner-service-2 .grid-box .column .inner h2 {
  font-size: 22px;
  color: #131313;
  margin-bottom: 15px;
}
.inner-service .container .inner-service-2 .grid-box .column .inner p {
  font-size: 16px;
  line-height: 28px;
  color: #757575;
}
.inner-service .container .inner-service-2 .grid-box .column .inner:hover {
  border-color: transparent;
  box-shadow: 0 0 65px rgba(46, 46, 46, 0.15);
}
.inner-news {
  padding: 7% 0;
}
.inner-news .container {
  max-width: 1400px;
}
.inner-news .container .news-list .news {
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #3d3d3d;
}
.inner-news .container .news-list .news:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.inner-news .container .news-list .news .img {
  width: 40%;
}
.inner-news .container .news-list .news .img img {
  width: 100%;
}
.inner-news .container .news-list .news .intro {
  width: 60%;
  padding-left: 195px;
  margin-top: 35px;
  position: relative;
}
.inner-news .container .news-list .news .intro h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  color: #292929;
}
.inner-news .container .news-list .news .intro h2:hover {
  color: #e72311;
}
.inner-news .container .news-list .news .intro .date {
  font-size: 16px;
  color: #a0a0a0;
  padding-bottom: 35px;
  border-bottom: 1px solid #cfcfcf;
  margin: 15px 0 30px;
}
.inner-news .container .news-list .news .intro .content {
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-news .container .news-list .news .intro .update {
  position: absolute;
  background: #e72311;
  left: 50px;
  top: 0;
  width: 110px;
  height: 110px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
.inner-news .container .news-list .news .intro .update span {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.inner-contact .inner-contact-1 {
  padding: 7% 0;
}
.inner-contact .inner-contact-1 .container {
  max-width: 1400px;
}
.inner-contact .inner-contact-1 .container .cont-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-contact .inner-contact-1 .container .cont-info .item {
  text-align: center;
  min-width: 340px;
  cursor: pointer;
}
.inner-contact .inner-contact-1 .container .cont-info .item .icon {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  border: 8px solid #fff;
  margin: 0 auto;
  box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.08);
  transition: .3s;
}
.inner-contact .inner-contact-1 .container .cont-info .item:hover .icon {
  box-shadow: 11px 11px 18px rgba(0, 0, 0, 0.2);
}
.inner-contact .inner-contact-1 .container .cont-info .item:nth-of-type(1) .icon {
  background: #e72311 url(../images/contact-1.png) center center no-repeat;
}
.inner-contact .inner-contact-1 .container .cont-info .item:nth-of-type(2) .icon {
  background: #e72311 url(../images/contact-2.png) center center no-repeat;
}
.inner-contact .inner-contact-1 .container .cont-info .item:nth-of-type(3) .icon {
  background: #e72311 url(../images/contact-3.png) center center no-repeat;
}
.inner-contact .inner-contact-1 .container .cont-info .item h2 {
  font-size: 24px;
  font-weight: bold;
  color: #151515;
  margin: 40px 0 5px;
}
.inner-contact .inner-contact-1 .container .cont-info .item p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.inner-contact .inner-contact-2 {
  padding: 7% 0;
  background: #ededed;
}
.inner-contact .inner-contact-2 .container {
  max-width: 1400px;
}
.inner-contact .inner-contact-2 .container .title {
  text-align: center;
  margin-bottom: 65px;
}
.inner-contact .inner-contact-2 .container .title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #131313;
  margin-bottom: 15px;
}
.inner-contact .inner-contact-2 .container .title p {
  font-size: 16px;
  color: #959595;
}
.inner-contact .inner-contact-2 .container .form {
  font-size: 0;
  text-align: center;
}
.inner-contact .inner-contact-2 .container .form li {
  display: inline-block;
  vertical-align: top;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(1) {
  width: 47%;
  margin: 0 6% 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(2) {
  width: 47%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(3) {
  width: 47%;
  margin: 0 6% 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(4) {
  width: 47%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(5) {
  width: 100%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) input {
  width: 100%;
  height: 55px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 25px;
  font-size: 16px;
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) input::-webkit-input-placeholder {
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) textarea {
  width: 100%;
  height: 290px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 55px;
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) textarea::-webkit-input-placeholder {
  color: #cbcbcb;
}
.inner-contact .inner-contact-2 .container .form li:last-of-type input {
  width: 175px;
  height: 50px;
  background: #e72311;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  transition: .3s;
}
.inner-contact .inner-contact-2 .container .form li:last-of-type input:hover {
  background: #333;
}
.newdet-page .container{
  max-width: 1400px;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h2 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents.page {
  border-bottom: none;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .inner-gallery .container .grid-box {
    margin: -15px;
  }
  .inner-gallery .container .grid-box .column {
    padding: 15px;
  }
  .inner-service .container .inner-service-2 .grid-box {
    margin: -15px;
  }
  .inner-service .container .inner-service-2 .grid-box .column {
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .inner-about .inner-about-2 .content {
    margin-top: 0;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item {
    min-width: auto;
    width: 33.33%;
  }
  .newdet-page .news .news_title h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  #header {
    display: none;
  }
  #m-header-wrapper {
    display: block;
  }
  #index-banner {
    margin-top: 45px;
  }
  #index-banner #banner .swiper-slide {
    height: 500px;
  }
  #index-banner #banner .swiper-slide .text {
    padding: 0 15px;
    left: 0;
  }
  #index-body .i-why .grid-box > .column {
    width: 100%;
    height: auto;
  }
  #index-body .i-why .grid-box > .column .column-content {
    position: static!important;
    transform: translate(0) !important;
    max-width: 100%!important;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2),
  #index-body .i-why .grid-box > .column:nth-of-type(3) {
    padding: 40px 0;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(3) {
    padding-top: 0;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2) .column-content .grid-box .column {
    width: 50%;
    border: none!important;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2) .column-content h2 {
    margin-bottom: 40px;
  }
  .inner-banner {
    margin-top: 45px;
    height: 200px;
  }
  .inner-banner .inner h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .inner-banner .inner .bread {
    font-size: 14px;
  }
  .inner-about .inner-about-1 .container h2 {
    font-size: 20px;
  }
  .inner-about .inner-about-1 .container h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .inner-about .inner-about-1 .container .intro {
    margin-bottom: 20px;
  }
  .inner-about .inner-about-1 .container .intro2 {
    margin-bottom: 20px;
  }
  .inner-about .inner-about-2 .left .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-about .inner-about-2 .right .inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-about .inner-about-2 .content h2 {
    font-size: 20px;
  }
  .inner-about .inner-about-3 .container .title h2 {
    font-size: 20px;
  }
  .inner-about .inner-about-3 .container .content .left {
    margin-top: 0;
  }
  .inner-about .inner-about-3 .container .content .left h3 {
    font-size: 20px;
  }
  .inner-about .inner-about-4 .container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-prodet .container h2 {
    font-size: 20px!important;
  }
  .inner-service .container .inner-service-2 .grid-box .column {
    width: 50%;
  }
  .inner-service .container .inner-service-1 .img {
    width: 100%;
  }
  .inner-service .container .inner-service-1 .content {
    position: static;
    width: 100%;
    transform: translateY(0);
  }
  .inner-service .container .inner-service-1 .content .inner h2 {
    font-size: 20px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .newdet-page .news .news_title h2 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .grid-box .column {
    width: 100%;
    height: auto;
  }
  #index-body .i-about .grid-box .column .column-content {
    position: static;
    transform: translate(0);
  }
  #index-body .i-about .grid-box .column:nth-of-type(2) .column-content {
    padding: 60px 35px;
  }
  #index-body .i-about .grid-box .column:nth-of-type(3) .column-content {
    padding: 40px 20px;
  }
  #footer .container .item {
    width: 100%!important;
    padding: 0!important;
    margin-bottom: 30px;
  }
  #footer .container .item:last-of-type {
    margin-bottom: 0;
  }
  #footer .container .item .erweima {
    display: none;
  }
  .inner-about .inner-about-2 .column {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .inner-about .inner-about-2 .right .inner {
    padding: 0 15px;
  }
  .inner-about .inner-about-3 .container .content .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .inner-about .inner-about-3 .container .content .right {
    width: 100%;
    float: none;
  }
  .inner-about .inner-about-4 .container .list .list-item .q {
    padding: 25px;
    font-size: 16px;
  }
  .inner-about .inner-about-4 .container .list .list-item .a {
    padding: 20px;
  }
  .inner-service .container .inner-service-2 .grid-box .column {
    width: 100%;
  }
  .inner-service .container .inner-service-2 .grid-box .column .inner {
    height: auto;
    padding: 12% 10%;
  }
  .inner-news .container .news-list .news .img {
    width: 100%;
  }
  .inner-news .container .news-list .news .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .inner-news .container .news-list .news .intro .update {
    display: none;
  }
  .inner-news .container .news-list .news .intro h2 {
    font-size: 20px;
  }
  .inner-news .container .news-list .news .intro .date {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .inner-about .inner-about-1 .container .list .grid-box .column {
    width: 33.3%;
}
.inner-about .inner-about-1 .container .list .grid-box .column p {
    font-size: 14px;
    line-height: 25px;
    color: #2d2c2c;
    margin-top: 10px;
}
.inner-banner .inner {
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 24%;
     transform: translate(0, 0); 
    text-align: center;
    width: 100%;
}
.inner-prodet .container .inner-prodet-1 .intro h1 {
    font-size: 18px;
}
.inner-prodet .container .inner-prodet-1 .intro .star {
    margin: 0;
}
.inner-prodet .container .inner-prodet-1 .intro .details table {
    display: block;
    width: 100% !important;
    overflow-x: scroll;
}
.inner-gallery .container .pro-topbar .search input[type="text"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner-gallery .container .grid-box .column {
    padding: 15px;
    width: 50%;
}
table td, table th {
    font-size: 14px;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list {
    width: 95%;
    left: 3px;
    top: 0%;
}
#index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(2) .cat-list div span {
    font-size: 18px;
}
}
@media (max-width: 576px) {
  #index-banner #banner .swiper-slide {
    height: 250px;
  }
  #index-banner #banner .swiper-slide .text h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  #index-banner #banner .swiper-slide .text p {
    display: none;
  }
  #index-banner #banner .swiper-slide .text .link {
    display: none;
  }
  #index-body .i-about .grid-box .column .column-content h2 {
    font-size: 25px!important;
  }
  #index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list .item h3 {
    font-size: 20px;
  }
  #index-body .i-about .grid-box .column:nth-of-type(3) .column-content .column-list {
    margin-top: 40px;
  }
  #index-body .i-pro .container .i-pro-title h2 {
    font-size: 25px;
  }
  #index-body .i-why .grid-box > .column .column-img-content h2 {
    font-size: 25px;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(1) {
    height: 700px;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(2) .column-content h2 {
    font-size: 25px;
  }
  #index-body .i-why .grid-box > .column:nth-of-type(3) .column-content h2 {
    font-size: 25px;
  }
  #index-body .i-news .grid-box .column {
    width: 100%;
  }
  #index-body .i-news .grid-box .column .intro {
    padding: 0 15px;
  }
  .inner-about .inner-about-1 .container .list .grid-box .column {
    padding: 15px;
  }
  .inner-gallery .container .grid-box .column h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .inner-prodet .container .inner-prodet-1 .img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .inner-prodet .container .inner-prodet-1 .intro {
    width: 100%;
    float: none;
    padding: 0;
  }
  .inner-gallery .container .pro-topbar {
    margin-bottom: 20px;
  }
  .inner-gallery .container .pro-topbar .nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-gallery .container .pro-topbar .nav .children {
    width: 100%;
  }
  .inner-gallery .container .pro-topbar .search {
    width: 100%;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item:last-of-type {
    margin-bottom: 0;
  }
  .inner-contact .inner-contact-1 .container .cont-info .item h2 {
    font-size: 20px;
  }
  .inner-contact .inner-contact-2 .container .title h2 {
    font-size: 20px;
  }
  .inner-contact .inner-contact-2 .container .form li {
    width: 100%!important;
    margin-right: 0!important;
  }
  #index-body .i-classification .cat-list .swiper-slide .grid-box .column:nth-child(1) ul li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
#index-body .i-classification .cat-list .icon {
    bottom: -10%;
}
.inner-banner .inner h1 {
    font-size: 18px;

}

}


.inner-prodet .share ul li {
  width: 40px;
  height: 40px;
  background: #be1a1a;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-prodet .share ul li:hover {
  background: #222;
}

table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}


.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 20px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}


.inner-page.inner-about .inner-about-4 .container .list {
  position: relative;
}
.inner-page.inner-about .inner-about-4 .container .list #honour .swiper-slide img {
  width: 100%;
}
.inner-page.inner-about .inner-about-4 .container .list #honour-l,
.inner-page.inner-about .inner-about-4 .container .list #honour-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-4 .container .list #honour-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-4 .container .list #honour-r {
  right: -80px;
}
.inner-page.inner-about .inner-about-3 .container .list #factory-l,
.inner-page.inner-about .inner-about-3 .container .list #factory-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-3 .container .list #factory-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-3 .container .list #factory-r {
  right: -80px;
}

#ewm img{
  display: block;
  margin: 0 auto;
}

